Package-level declarations

This package contains general ChartIQ models

Types

Link copied to clipboard
enum ChartLayer : Enum<ChartLayer>

An enumeration of available chart layers

Link copied to clipboard
enum ChartScale : Enum<ChartScale>

A set of possible chart scale for the chart.

Link copied to clipboard
enum ChartTheme : Enum<ChartTheme>

An enumeration of available chart themes

Link copied to clipboard
data class CrosshairHUD(val price: String, val volume: String, val open: String, val high: String, val close: String, val low: String)

A heads-up display (HUD) is a method of displaying detailed information for a specific bar on the chart itself. The information for the bar that the cursor is currently hovering over is presented in the HUD.

Link copied to clipboard
enum DataMethod : Enum<DataMethod>

An enumeration of available data methods

Link copied to clipboard
data class OHLCParams(val date: Date?, val open: Double?, val high: Double?, val low: Double?, val close: Double?, val volume: Double?, val adjClose: Double?)

A data class of OHLC parameters

Link copied to clipboard
data class QuoteFeedParams(val symbol: String? = null, val period: Int? = null, val interval: String? = null, val start: String? = null, val end: String? = null, val meta: Any? = null, val callbackId: String? = null)

A data class for QuoteFeed parameters

Link copied to clipboard
data class Series(val symbolName: String, val color: String)

A series is a set of data, for example a line graph or one set of columns. All data plotted on a chart comes from the series object.

Link copied to clipboard
enum TimeUnit : Enum<TimeUnit>

An enumeration for available time units